. Popular : JavaScript Tutorials Home Tutorials JavaScript Tutorials Web App Tutorials About Menu Home Tutorials About Build static website with 11ty . Part 2 by ProDeveloper last updated November 21, 2024 Blog Web Tutorials We continue the tutorial about building static websites with an 11ty site . generator In the previous part we created a static website structure , configuration , pages , and links . This tutorial part is about adding CSS styles , dynamically generated pages , and dynamically generated sitemap. CSS Styles Let’s remember what was the structure of the website code at the end of the previous tutorial . part âââ 11ty-static-website âââ content â âââ includes â â âââ base.njk â âââ about.md â âââ index.md â âââ blog